home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
database
/
laserpro
/
report1a.prg
< prev
next >
Wrap
Text File
|
1991-03-01
|
1KB
|
42 lines
* Program-id...: Report1A.prg
* Author.......: Pinter Consulting Staff
* Purpose......: Uses LaserLib procedure file routines to
* : print a report.
SET TALK off
SET PROCEDURE TO test_lib
DO init_print
??? reset
??? BOX( 1.00 , 9.00 , 1.00 , 7.00 , 1 )
??? BOX( 1.03 , 1.33 , 1.03 , 6.97 , 1 )
??? SHADING(1.03 , 1.33 , 1.03 , 6.97 , 15 )
??? BOX( 1.36 , 8.97 , 1.03 , 6.97 , 1 )
line_len1 = 8.97 - 1.36
line_wid1 = 7.00 - 1.06
??? FONTLOAD("CHAN12.SFP",53,"LPT1")
??? SOFTFONT(53)
??? SAYIT( 1.25, 3.50, 'KQED Fund Drive','')
??? sym_pc8 + pitch_12 + bold_off
??? SAYIT( 1.52, 1.25, 'Name','')
??? SAYIT( 1.52, 3.65, 'Address','')
??? SAYIT( 1.52, 5.25, 'Phone ','')
??? VLINE( 1.36, 3.50, line_len1, 2 )
??? VLINE( 1.36, 5.15, line_len1, 2 )
* Draw horizontal lines - start at row (1.75"), col (1.03") and fill box.
DO LineLoop WITH (line_len1 - .16), 1.45, 1.03, line_wid1, 6
??? pitch_10 + bold_on
??? SAYIT( 9.25, 1.00, 'REPORT1A','' )
EJECT